home *** CD-ROM | disk | FTP | other *** search
/ Master Visual Basic 3 / Master Visual Basic 3 (SAMS Publishing) (1994).ISO / mvprog / mvprog.bat < prev    next >
DOS Batch File  |  1994-06-10  |  368b  |  17 lines

  1. @ECHO OFF
  2.  
  3. CLS
  4.  
  5. ECHO ****************************************************
  6. ECHO * This batch file removes the read-only attribute  *
  7. ECHO * from all the files in the \MVPROG directory, and *
  8. ECHO * all its subdirectories.                          *
  9. ECHO ****************************************************
  10. ECHO.
  11. ECHO.
  12.  
  13. PAUSE
  14.  
  15. @ECHO ON
  16. ATTRIB -R *.* /S
  17.